Initial Commit

This commit is contained in:
elias
2022-03-04 16:51:50 -08:00
commit d0fd43b897
44 changed files with 4288 additions and 0 deletions

12
CMakeLists.txt Normal file
View File

@@ -0,0 +1,12 @@
cmake_minimum_required(VERSION 3.17...3.22)
project(iree-wrapper VERSION 1.0 LANGUAGES CXX C)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_BINARY_DIR}/lib/cmake/mlir")
add_subdirectory(thirdparty/iree EXCLUDE_FROM_ALL)
add_subdirectory(dSHARK)

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
Initial Commit
Not Yet Usable

BIN
dSHARK/.DS_Store vendored Normal file

Binary file not shown.

343
dSHARK/CMakeCache.txt Normal file
View File

@@ -0,0 +1,343 @@
# This is the CMakeCache file.
# For build in directory: /Users/nodlabs/Documents/iree-wrapper/iree-wrapper
# It was generated by CMake: /opt/homebrew/Cellar/cmake/3.21.4/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND
//Path to a program.
CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//C compiler
CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump
//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=
//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=12.0
//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=lws-minimal-http-server-form-post-file
//Path to a program.
CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
//Path to a program.
CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//The directory containing a CMake configuration file for iree.
iree_DIR:PATH=iree_DIR-NOTFOUND
//The directory containing a CMake configuration file for libwebsockets.
libwebsockets_DIR:PATH=/usr/local/lib/cmake/libwebsockets
//Value Computed by CMake
lws-minimal-http-server-form-post-file_BINARY_DIR:STATIC=/Users/nodlabs/Documents/iree-wrapper/iree-wrapper
//Value Computed by CMake
lws-minimal-http-server-form-post-file_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
lws-minimal-http-server-form-post-file_SOURCE_DIR:STATIC=/Users/nodlabs/Documents/iree-wrapper/iree-wrapper
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/nodlabs/Documents/iree-wrapper/iree-wrapper
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=21
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.21.4/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.21.4/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.21.4/bin/ctest
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.21.4/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/nodlabs/Documents/iree-wrapper/iree-wrapper
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/opt/homebrew/Cellar/cmake/3.21.4/share/cmake
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Test HAS_LWS_ROLE_H1
HAS_LWS_ROLE_H1:INTERNAL=1
//Test HAS_LWS_WITH_FILE_OPS
HAS_LWS_WITH_FILE_OPS:INTERNAL=1
//Test HAS_LWS_WITH_SERVER
HAS_LWS_WITH_SERVER:INTERNAL=1

View File

@@ -0,0 +1,80 @@
set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "AppleClang")
set(CMAKE_C_COMPILER_VERSION "13.0.0.13000029")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
set(CMAKE_C_PLATFORM_ID "Darwin")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
set(CMAKE_C_COMPILER_AR "")
set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
set(CMAKE_C_COMPILER_RANLIB "")
set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCC )
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_C_COMPILER_ENV_VAR "CC")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "8")
set(CMAKE_C_COMPILER_ABI "")
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include")
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks")

Binary file not shown.

View File

@@ -0,0 +1,15 @@
set(CMAKE_HOST_SYSTEM "Darwin-21.1.0")
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
set(CMAKE_HOST_SYSTEM_VERSION "21.1.0")
set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64")
set(CMAKE_SYSTEM "Darwin-21.1.0")
set(CMAKE_SYSTEM_NAME "Darwin")
set(CMAKE_SYSTEM_VERSION "21.1.0")
set(CMAKE_SYSTEM_PROCESSOR "arm64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)

View File

@@ -0,0 +1,791 @@
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_ARM64EC)
# define ARCHITECTURE_ID "ARM64EC"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# elif defined(__ICCSTM8__)
# define ARCHITECTURE_ID "STM8"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__TI_COMPILER_VERSION__)
# if defined(__TI_ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__MSP430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__TMS320C28XX__)
# define ARCHITECTURE_ID "TMS320C28x"
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
# define ARCHITECTURE_ID "TMS320C6x"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number. */
#ifdef COMPILER_VERSION
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
/* Construct a string literal encoding the version number components. */
#elif defined(COMPILER_VERSION_MAJOR)
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#elif defined(COMPILER_VERSION_INTERNAL_STR)
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__) && !defined(__clang__)
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ > 201710L
# define C_DIALECT "23"
#elif __STDC_VERSION__ >= 201710L
# define C_DIALECT "17"
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/nodlabs/Documents/iree-wrapper/iree-wrapper")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/nodlabs/Documents/iree-wrapper/iree-wrapper")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@@ -0,0 +1,11 @@
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
Build flags:
Id flags:
The output was:
1
ld: library not found for -lSystem
clang: error: linker command failed with exit code 1 (use -v to see invocation)

View File

@@ -0,0 +1,197 @@
The system is: Darwin - 21.1.0 - arm64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
Build flags:
Id flags: -c
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o"
The C compiler identification is AppleClang, found in "/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/3.21.4/CompilerIdC/CMakeCCompilerId.o"
Detecting C compiler ABI info compiled with the following output:
Change Dir: /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_75247/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_75247.dir/build.make CMakeFiles/cmTC_75247.dir/build
Building C object CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -v -Wl,-v -MD -MT CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeCCompilerABI.c
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: arm64-apple-darwin21.1.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -fno-rounding-math -munwind-tables -target-sdk-version=12.1 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +dotprod -target-feature +fp16fml -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns -debugger-tuning=lldb -target-linker-version 711 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0 -dependency-file CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -fdebug-compilation-dir /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -clang-vendor-feature=+nullptrToBoolConversion -clang-vendor-feature=+messageToSelfInClassMethodIdReturnType -clang-vendor-feature=+disableInferNewAvailabilityFromInit -clang-vendor-feature=+disableNeonImmediateRangeCheck -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+revert09abecef7bbf -mllvm -disable-aligned-alloc-awareness=1 -mllvm -enable-dse-memoryssa=0 -o CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeCCompilerABI.c
clang -cc1 version 13.0.0 (clang-1300.0.29.30) default target arm64-apple-darwin21.1.0
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks (framework directory)
End of search list.
Linking C executable cmTC_75247
/opt/homebrew/Cellar/cmake/3.21.4/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75247.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -o cmTC_75247
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: arm64-apple-darwin21.1.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 12.0.0 12.1 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -o cmTC_75247 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-711
BUILD 21:57:24 Nov 17 2021
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib
Framework search paths:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include]
add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include]
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
end of search list found
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include]
collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include]
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_75247/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_75247.dir/build.make CMakeFiles/cmTC_75247.dir/build]
ignore line: [Building C object CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o]
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -v -Wl -v -MD -MT CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeCCompilerABI.c]
ignore line: [Apple clang version 13.0.0 (clang-1300.0.29.30)]
ignore line: [Target: arm64-apple-darwin21.1.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx12.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -fno-rounding-math -munwind-tables -target-sdk-version=12.1 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +fp-armv8 -target-feature +neon -target-feature +crc -target-feature +crypto -target-feature +dotprod -target-feature +fp16fml -target-feature +ras -target-feature +lse -target-feature +rdm -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -fallow-half-arguments-and-returns -debugger-tuning=lldb -target-linker-version 711 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0 -dependency-file CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -fdebug-compilation-dir /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -clang-vendor-feature=+nullptrToBoolConversion -clang-vendor-feature=+messageToSelfInClassMethodIdReturnType -clang-vendor-feature=+disableInferNewAvailabilityFromInit -clang-vendor-feature=+disableNeonImmediateRangeCheck -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+revert09abecef7bbf -mllvm -disable-aligned-alloc-awareness=1 -mllvm -enable-dse-memoryssa=0 -o CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeCCompilerABI.c]
ignore line: [clang -cc1 version 13.0.0 (clang-1300.0.29.30) default target arm64-apple-darwin21.1.0]
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/local/include"]
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/Library/Frameworks"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include]
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include]
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks (framework directory)]
ignore line: [End of search list.]
ignore line: [Linking C executable cmTC_75247]
ignore line: [/opt/homebrew/Cellar/cmake/3.21.4/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75247.dir/link.txt --verbose=1]
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -o cmTC_75247 ]
ignore line: [Apple clang version 13.0.0 (clang-1300.0.29.30)]
ignore line: [Target: arm64-apple-darwin21.1.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 12.0.0 12.1 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -o cmTC_75247 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/lib/darwin/libclang_rt.osx.a]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-lto_library] ==> ignore, skip following value
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [arm64] ==> ignore
arg [-platform_version] ==> ignore
arg [macos] ==> ignore
arg [12.0.0] ==> ignore
arg [12.1] ==> ignore
arg [-syslibroot] ==> ignore
arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk] ==> ignore
arg [-o] ==> ignore
arg [cmTC_75247] ==> ignore
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTC_75247.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lSystem] ==> lib [System]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib]
Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/]
remove lib [System]
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/lib/darwin/libclang_rt.osx.a]
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib]
collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks]
implicit libs: []
implicit objs: []
implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib]
implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks]
Performing C SOURCE FILE Test HAS_LWS_ROLE_H1 succeeded with the following output:
Change Dir: /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_6bc49/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6bc49.dir/build.make CMakeFiles/cmTC_6bc49.dir/build
Building C object CMakeFiles/cmTC_6bc49.dir/src.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DHAS_LWS_ROLE_H1 -I/usr/local/lib/cmake/libwebsockets/../../../include -I/opt/homebrew/Cellar/openssl@3/3.0.1/include -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -MD -MT CMakeFiles/cmTC_6bc49.dir/src.c.o -MF CMakeFiles/cmTC_6bc49.dir/src.c.o.d -o CMakeFiles/cmTC_6bc49.dir/src.c.o -c /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_6bc49
/opt/homebrew/Cellar/cmake/3.21.4/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6bc49.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6bc49.dir/src.c.o -o cmTC_6bc49
Source file was:
#include <libwebsockets.h>
int main(void) {
#if defined(LWS_ROLE_H1)
return 0;
#else
fail;
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_LWS_WITH_SERVER succeeded with the following output:
Change Dir: /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_59ae7/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_59ae7.dir/build.make CMakeFiles/cmTC_59ae7.dir/build
Building C object CMakeFiles/cmTC_59ae7.dir/src.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DHAS_LWS_WITH_SERVER -I/usr/local/lib/cmake/libwebsockets/../../../include -I/opt/homebrew/Cellar/openssl@3/3.0.1/include -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -MD -MT CMakeFiles/cmTC_59ae7.dir/src.c.o -MF CMakeFiles/cmTC_59ae7.dir/src.c.o.d -o CMakeFiles/cmTC_59ae7.dir/src.c.o -c /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_59ae7
/opt/homebrew/Cellar/cmake/3.21.4/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59ae7.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_59ae7.dir/src.c.o -o cmTC_59ae7
Source file was:
#include <libwebsockets.h>
int main(void) {
#if defined(LWS_WITH_SERVER)
return 0;
#else
fail;
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_LWS_WITH_FILE_OPS succeeded with the following output:
Change Dir: /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_6c103/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6c103.dir/build.make CMakeFiles/cmTC_6c103.dir/build
Building C object CMakeFiles/cmTC_6c103.dir/src.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DHAS_LWS_WITH_FILE_OPS -I/usr/local/lib/cmake/libwebsockets/../../../include -I/opt/homebrew/Cellar/openssl@3/3.0.1/include -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -MD -MT CMakeFiles/cmTC_6c103.dir/src.c.o -MF CMakeFiles/cmTC_6c103.dir/src.c.o.d -o CMakeFiles/cmTC_6c103.dir/src.c.o -c /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTC_6c103
/opt/homebrew/Cellar/cmake/3.21.4/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c103.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6c103.dir/src.c.o -o cmTC_6c103
Source file was:
#include <libwebsockets.h>
int main(void) {
#if defined(LWS_WITH_FILE_OPS)
return 0;
#else
fail;
#endif
return 0;
}

View File

@@ -0,0 +1,54 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"CMakeFiles/3.21.4/CMakeCCompiler.cmake"
"CMakeFiles/3.21.4/CMakeSystem.cmake"
"CMakeLists.txt"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeCInformation.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeGenericSystem.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeInitializeConfigs.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeLanguageInformation.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CheckCSourceCompiles.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/CheckIncludeFile.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Compiler/AppleClang-C.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Compiler/Clang.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Compiler/GNU.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Internal/CheckSourceCompiles.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Platform/Apple-AppleClang-C.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Platform/Apple-Clang-C.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Platform/Apple-Clang.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Platform/Darwin-Initialize.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Platform/Darwin.cmake"
"/opt/homebrew/Cellar/cmake/3.21.4/share/cmake/Modules/Platform/UnixPaths.cmake"
"/usr/local/lib/cmake/libwebsockets/LibwebsocketsTargets-noconfig.cmake"
"/usr/local/lib/cmake/libwebsockets/LibwebsocketsTargets.cmake"
"/usr/local/lib/cmake/libwebsockets/LwsCheckRequirements.cmake"
"/usr/local/lib/cmake/libwebsockets/libwebsockets-config-version.cmake"
"/usr/local/lib/cmake/libwebsockets/libwebsockets-config.cmake"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/lws-minimal-http-server-form-post-file.dir/DependInfo.cmake"
)

112
dSHARK/CMakeFiles/Makefile2 Normal file
View File

@@ -0,0 +1,112 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.21.4/bin/cmake
# The command to remove a file.
RM = /opt/homebrew/Cellar/cmake/3.21.4/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/nodlabs/Documents/iree-wrapper/iree-wrapper
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/nodlabs/Documents/iree-wrapper/iree-wrapper
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/lws-minimal-http-server-form-post-file.dir/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/lws-minimal-http-server-form-post-file.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/lws-minimal-http-server-form-post-file.dir
# All Build rule for target.
CMakeFiles/lws-minimal-http-server-form-post-file.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/lws-minimal-http-server-form-post-file.dir/build.make CMakeFiles/lws-minimal-http-server-form-post-file.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/lws-minimal-http-server-form-post-file.dir/build.make CMakeFiles/lws-minimal-http-server-form-post-file.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles --progress-num=1,2 "Built target lws-minimal-http-server-form-post-file"
.PHONY : CMakeFiles/lws-minimal-http-server-form-post-file.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/lws-minimal-http-server-form-post-file.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/lws-minimal-http-server-form-post-file.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles 0
.PHONY : CMakeFiles/lws-minimal-http-server-form-post-file.dir/rule
# Convenience name for target.
lws-minimal-http-server-form-post-file: CMakeFiles/lws-minimal-http-server-form-post-file.dir/rule
.PHONY : lws-minimal-http-server-form-post-file
# clean rule for target.
CMakeFiles/lws-minimal-http-server-form-post-file.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/lws-minimal-http-server-form-post-file.dir/build.make CMakeFiles/lws-minimal-http-server-form-post-file.dir/clean
.PHONY : CMakeFiles/lws-minimal-http-server-form-post-file.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1 @@
empty

View File

@@ -0,0 +1 @@
2

View File

@@ -0,0 +1,3 @@
/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/rebuild_cache.dir
/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/edit_cache.dir
/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/lws-minimal-http-server-form-post-file.dir

View File

@@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View File

@@ -0,0 +1,19 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/minimal-http-server-form-post-file.c" "CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o" "gcc" "CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,113 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.21.4/bin/cmake
# The command to remove a file.
RM = /opt/homebrew/Cellar/cmake/3.21.4/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/nodlabs/Documents/iree-wrapper/iree-wrapper
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/nodlabs/Documents/iree-wrapper/iree-wrapper
# Include any dependencies generated for this target.
include CMakeFiles/lws-minimal-http-server-form-post-file.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/lws-minimal-http-server-form-post-file.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/lws-minimal-http-server-form-post-file.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/lws-minimal-http-server-form-post-file.dir/flags.make
CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o: CMakeFiles/lws-minimal-http-server-form-post-file.dir/flags.make
CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o: minimal-http-server-form-post-file.c
CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o: CMakeFiles/lws-minimal-http-server-form-post-file.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o -MF CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o.d -o CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o -c /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/minimal-http-server-form-post-file.c
CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.i"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/minimal-http-server-form-post-file.c > CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.i
CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.s"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/minimal-http-server-form-post-file.c -o CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.s
# Object files for target lws-minimal-http-server-form-post-file
lws__minimal__http__server__form__post__file_OBJECTS = \
"CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o"
# External object files for target lws-minimal-http-server-form-post-file
lws__minimal__http__server__form__post__file_EXTERNAL_OBJECTS =
lws-minimal-http-server-form-post-file: CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o
lws-minimal-http-server-form-post-file: CMakeFiles/lws-minimal-http-server-form-post-file.dir/build.make
lws-minimal-http-server-form-post-file: /usr/local/lib/libwebsockets.a
lws-minimal-http-server-form-post-file: /opt/homebrew/Cellar/openssl@3/3.0.1/lib/libssl.dylib
lws-minimal-http-server-form-post-file: /opt/homebrew/Cellar/openssl@3/3.0.1/lib/libcrypto.dylib
lws-minimal-http-server-form-post-file: CMakeFiles/lws-minimal-http-server-form-post-file.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable lws-minimal-http-server-form-post-file"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lws-minimal-http-server-form-post-file.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/lws-minimal-http-server-form-post-file.dir/build: lws-minimal-http-server-form-post-file
.PHONY : CMakeFiles/lws-minimal-http-server-form-post-file.dir/build
CMakeFiles/lws-minimal-http-server-form-post-file.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/lws-minimal-http-server-form-post-file.dir/cmake_clean.cmake
.PHONY : CMakeFiles/lws-minimal-http-server-form-post-file.dir/clean
CMakeFiles/lws-minimal-http-server-form-post-file.dir/depend:
cd /Users/nodlabs/Documents/iree-wrapper/iree-wrapper && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/nodlabs/Documents/iree-wrapper/iree-wrapper /Users/nodlabs/Documents/iree-wrapper/iree-wrapper /Users/nodlabs/Documents/iree-wrapper/iree-wrapper /Users/nodlabs/Documents/iree-wrapper/iree-wrapper /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles/lws-minimal-http-server-form-post-file.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/lws-minimal-http-server-form-post-file.dir/depend

View File

@@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o"
"CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o.d"
"lws-minimal-http-server-form-post-file"
"lws-minimal-http-server-form-post-file.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/lws-minimal-http-server-form-post-file.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,322 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21
CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o
/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/minimal-http-server-form-post-file.c
/usr/local/include/libwebsockets.h
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stdarg.h
/usr/local/include/lws_config.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stdint.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdint.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/Availability.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stddef.h
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/string.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/strings.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/alloca.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/unistd.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/poll.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/poll.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netdb.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/time.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/macros.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/opensslconf.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/configuration.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/opensslv.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/e_os2.h
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/inttypes.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/inttypes.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/comp.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/crypto.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdio.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/safestack.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/stack.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/types.h
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/limits.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/limits.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cryptoerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/symhacks.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cryptoerr_legacy.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/core.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/sched.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/pthread_impl.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/qos.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/qos.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/comperr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bio.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bioerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/buffer.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/buffererr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/evp.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/core_dispatch.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/evperr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/params.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bn.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bnerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/objects.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/obj_mac.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asn1.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asn1err.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/objectserr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ec.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ecerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/rsa.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/rsaerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dsa.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dh.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dherr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dsaerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sha.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509err.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509_vfy.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/lhash.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pkcs7.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pkcs7err.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ocsp.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/http.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conf.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conferr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conftypes.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509v3.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509v3err.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ocsperr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pem.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pemerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/hmac.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/async.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asyncerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ct.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cterr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sslerr.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sslerr_legacy.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/prov_ssl.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl2.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl3.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/tls1.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dtls1.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/srtp.h
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/err.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/errno.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h
/usr/local/include/libwebsockets/lws-logs.h
/usr/local/include/libwebsockets/lws-dll2.h
/usr/local/include/libwebsockets/lws-map.h
/usr/local/include/libwebsockets/lws-fault-injection.h
/usr/local/include/libwebsockets/lws-backtrace.h
/usr/local/include/libwebsockets/lws-timeout-timer.h
/usr/local/include/libwebsockets/lws-cache-ttl.h
/usr/local/include/libwebsockets/lws-smd.h
/usr/local/include/libwebsockets/lws-state.h
/usr/local/include/libwebsockets/lws-retry.h
/usr/local/include/libwebsockets/lws-adopt.h
/usr/local/include/libwebsockets/lws-network-helper.h
/usr/local/include/libwebsockets/lws-metrics.h
/usr/local/include/libwebsockets/lws-system.h
/usr/local/include/libwebsockets/lws-ws-close.h
/usr/local/include/libwebsockets/lws-callbacks.h
/usr/local/include/libwebsockets/lws-ws-state.h
/usr/local/include/libwebsockets/lws-ws-ext.h
/usr/local/include/libwebsockets/lws-protocols-plugins.h
/usr/local/include/libwebsockets/lws-context-vhost.h
/usr/local/include/libwebsockets/lws-conmon.h
/usr/local/include/libwebsockets/lws-client.h
/usr/local/include/libwebsockets/lws-http.h
/usr/local/include/libwebsockets/lws-spa.h
/usr/local/include/libwebsockets/lws-purify.h
/usr/local/include/libwebsockets/lws-misc.h
/usr/local/include/libwebsockets/lws-dsh.h
/usr/local/include/libwebsockets/lws-service.h
/usr/local/include/libwebsockets/lws-write.h
/usr/local/include/libwebsockets/lws-writeable.h
/usr/local/include/libwebsockets/lws-ring.h
/usr/local/include/libwebsockets/lws-sha1-base64.h
/usr/local/include/libwebsockets/lws-x509.h
/usr/local/include/libwebsockets/lws-cgi.h
/usr/local/include/libwebsockets/lws-vfs.h
/usr/local/include/libwebsockets/lws-gencrypto.h
/usr/local/include/libwebsockets/lws-lejp.h
/usr/local/include/libwebsockets/lws-lecp.h
/usr/local/include/libwebsockets/lws-cose.h
/usr/local/include/libwebsockets/lws-struct.h
/usr/local/include/libwebsockets/lws-threadpool.h
/usr/local/include/libwebsockets/lws-tokenize.h
/usr/local/include/libwebsockets/lws-lwsac.h
/usr/local/include/libwebsockets/lws-fts.h
/usr/local/include/libwebsockets/lws-diskcache.h
/usr/local/include/libwebsockets/lws-secure-streams.h
/usr/local/include/libwebsockets/lws-secure-streams-serialization.h
/usr/local/include/libwebsockets/lws-secure-streams-policy.h
/usr/local/include/libwebsockets/lws-secure-streams-client.h
/usr/local/include/libwebsockets/lws-secure-streams-transport-proxy.h
/usr/local/include/libwebsockets/lws-jrpc.h
/usr/local/include/libwebsockets/lws-async-dns.h
/usr/local/include/libwebsockets/lws-tls-sessions.h
/usr/local/include/libwebsockets/lws-genhash.h
/usr/local/include/libwebsockets/lws-genrsa.h
/usr/local/include/libwebsockets/lws-genaes.h
/usr/local/include/libwebsockets/lws-genec.h
/usr/local/include/libwebsockets/lws-jwk.h
/usr/local/include/libwebsockets/lws-jose.h
/usr/local/include/libwebsockets/lws-jws.h
/usr/local/include/libwebsockets/lws-jwe.h
/usr/local/include/libwebsockets/lws-eventlib-exports.h
/usr/local/include/libwebsockets/lws-i2c.h
/usr/local/include/libwebsockets/lws-spi.h
/usr/local/include/libwebsockets/lws-gpio.h
/usr/local/include/libwebsockets/lws-bb-i2c.h
/usr/local/include/libwebsockets/lws-bb-spi.h
/usr/local/include/libwebsockets/lws-button.h
/usr/local/include/libwebsockets/lws-led.h
/usr/local/include/libwebsockets/lws-pwm.h
/usr/local/include/libwebsockets/lws-upng.h
/usr/local/include/libwebsockets/lws-jpeg.h
/usr/local/include/libwebsockets/lws-display.h
/usr/local/include/libwebsockets/lws-dlo.h
/usr/local/include/libwebsockets/lws-ssd1306-i2c.h
/usr/local/include/libwebsockets/lws-ili9341-spi.h
/usr/local/include/libwebsockets/lws-settings.h
/usr/local/include/libwebsockets/lws-netdev.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/signal.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h

View File

@@ -0,0 +1,955 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21
CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o: minimal-http-server-form-post-file.c \
/usr/local/include/libwebsockets.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stdarg.h \
/usr/local/include/lws_config.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stdint.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stddef.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/string.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/poll.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/poll.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/time.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/macros.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/opensslconf.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/configuration.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/opensslv.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/e_os2.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/inttypes.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/inttypes.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/comp.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/crypto.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/safestack.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/stack.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/types.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cryptoerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/symhacks.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cryptoerr_legacy.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/core.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/sched.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/pthread_impl.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/qos.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/qos.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/comperr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bio.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bioerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/buffer.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/buffererr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/evp.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/core_dispatch.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/evperr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/params.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bn.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bnerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/objects.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/obj_mac.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asn1.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asn1err.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/objectserr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ec.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ecerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/rsa.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/rsaerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dsa.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dh.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dherr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dsaerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sha.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509err.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509_vfy.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/lhash.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pkcs7.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pkcs7err.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ocsp.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/http.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conf.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conferr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conftypes.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509v3.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509v3err.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ocsperr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pem.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pemerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/hmac.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/async.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asyncerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ct.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cterr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sslerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sslerr_legacy.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/prov_ssl.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl2.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl3.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/tls1.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dtls1.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/srtp.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/err.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
/usr/local/include/libwebsockets/lws-logs.h \
/usr/local/include/libwebsockets/lws-dll2.h \
/usr/local/include/libwebsockets/lws-map.h \
/usr/local/include/libwebsockets/lws-fault-injection.h \
/usr/local/include/libwebsockets/lws-backtrace.h \
/usr/local/include/libwebsockets/lws-timeout-timer.h \
/usr/local/include/libwebsockets/lws-cache-ttl.h \
/usr/local/include/libwebsockets/lws-smd.h \
/usr/local/include/libwebsockets/lws-state.h \
/usr/local/include/libwebsockets/lws-retry.h \
/usr/local/include/libwebsockets/lws-adopt.h \
/usr/local/include/libwebsockets/lws-network-helper.h \
/usr/local/include/libwebsockets/lws-metrics.h \
/usr/local/include/libwebsockets/lws-system.h \
/usr/local/include/libwebsockets/lws-ws-close.h \
/usr/local/include/libwebsockets/lws-callbacks.h \
/usr/local/include/libwebsockets/lws-ws-state.h \
/usr/local/include/libwebsockets/lws-ws-ext.h \
/usr/local/include/libwebsockets/lws-protocols-plugins.h \
/usr/local/include/libwebsockets/lws-context-vhost.h \
/usr/local/include/libwebsockets/lws-conmon.h \
/usr/local/include/libwebsockets/lws-client.h \
/usr/local/include/libwebsockets/lws-http.h \
/usr/local/include/libwebsockets/lws-spa.h \
/usr/local/include/libwebsockets/lws-purify.h \
/usr/local/include/libwebsockets/lws-misc.h \
/usr/local/include/libwebsockets/lws-dsh.h \
/usr/local/include/libwebsockets/lws-service.h \
/usr/local/include/libwebsockets/lws-write.h \
/usr/local/include/libwebsockets/lws-writeable.h \
/usr/local/include/libwebsockets/lws-ring.h \
/usr/local/include/libwebsockets/lws-sha1-base64.h \
/usr/local/include/libwebsockets/lws-x509.h \
/usr/local/include/libwebsockets/lws-cgi.h \
/usr/local/include/libwebsockets/lws-vfs.h \
/usr/local/include/libwebsockets/lws-gencrypto.h \
/usr/local/include/libwebsockets/lws-lejp.h \
/usr/local/include/libwebsockets/lws-lecp.h \
/usr/local/include/libwebsockets/lws-cose.h \
/usr/local/include/libwebsockets/lws-struct.h \
/usr/local/include/libwebsockets/lws-threadpool.h \
/usr/local/include/libwebsockets/lws-tokenize.h \
/usr/local/include/libwebsockets/lws-lwsac.h \
/usr/local/include/libwebsockets/lws-fts.h \
/usr/local/include/libwebsockets/lws-diskcache.h \
/usr/local/include/libwebsockets/lws-secure-streams.h \
/usr/local/include/libwebsockets/lws-secure-streams-serialization.h \
/usr/local/include/libwebsockets/lws-secure-streams-policy.h \
/usr/local/include/libwebsockets/lws-secure-streams-client.h \
/usr/local/include/libwebsockets/lws-secure-streams-transport-proxy.h \
/usr/local/include/libwebsockets/lws-jrpc.h \
/usr/local/include/libwebsockets/lws-async-dns.h \
/usr/local/include/libwebsockets/lws-tls-sessions.h \
/usr/local/include/libwebsockets/lws-genhash.h \
/usr/local/include/libwebsockets/lws-genrsa.h \
/usr/local/include/libwebsockets/lws-genaes.h \
/usr/local/include/libwebsockets/lws-genec.h \
/usr/local/include/libwebsockets/lws-jwk.h \
/usr/local/include/libwebsockets/lws-jose.h \
/usr/local/include/libwebsockets/lws-jws.h \
/usr/local/include/libwebsockets/lws-jwe.h \
/usr/local/include/libwebsockets/lws-eventlib-exports.h \
/usr/local/include/libwebsockets/lws-i2c.h \
/usr/local/include/libwebsockets/lws-spi.h \
/usr/local/include/libwebsockets/lws-gpio.h \
/usr/local/include/libwebsockets/lws-bb-i2c.h \
/usr/local/include/libwebsockets/lws-bb-spi.h \
/usr/local/include/libwebsockets/lws-button.h \
/usr/local/include/libwebsockets/lws-led.h \
/usr/local/include/libwebsockets/lws-pwm.h \
/usr/local/include/libwebsockets/lws-upng.h \
/usr/local/include/libwebsockets/lws-jpeg.h \
/usr/local/include/libwebsockets/lws-display.h \
/usr/local/include/libwebsockets/lws-dlo.h \
/usr/local/include/libwebsockets/lws-ssd1306-i2c.h \
/usr/local/include/libwebsockets/lws-ili9341-spi.h \
/usr/local/include/libwebsockets/lws-settings.h \
/usr/local/include/libwebsockets/lws-netdev.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h:
/usr/local/include/libwebsockets/lws-settings.h:
/usr/local/include/libwebsockets/lws-dlo.h:
/usr/local/include/libwebsockets/lws-display.h:
/usr/local/include/libwebsockets/lws-button.h:
/usr/local/include/libwebsockets/lws-bb-i2c.h:
/usr/local/include/libwebsockets/lws-spi.h:
/usr/local/include/libwebsockets/lws-i2c.h:
/usr/local/include/libwebsockets/lws-eventlib-exports.h:
/usr/local/include/libwebsockets/lws-jwe.h:
/usr/local/include/libwebsockets/lws-jose.h:
/usr/local/include/libwebsockets/lws-genaes.h:
/usr/local/include/libwebsockets/lws-secure-streams-policy.h:
/usr/local/include/libwebsockets/lws-fts.h:
/usr/local/include/libwebsockets/lws-lwsac.h:
/usr/local/include/libwebsockets/lws-tokenize.h:
/usr/local/include/libwebsockets/lws-lecp.h:
/usr/local/include/libwebsockets/lws-cgi.h:
/usr/local/include/libwebsockets/lws-writeable.h:
/usr/local/include/libwebsockets/lws-service.h:
/usr/local/include/libwebsockets/lws-pwm.h:
/usr/local/include/libwebsockets/lws-dsh.h:
/usr/local/include/libwebsockets/lws-client.h:
/usr/local/include/libwebsockets/lws-conmon.h:
/usr/local/include/libwebsockets/lws-secure-streams.h:
/usr/local/include/libwebsockets/lws-context-vhost.h:
/usr/local/include/libwebsockets/lws-ws-state.h:
/usr/local/include/libwebsockets/lws-callbacks.h:
/usr/local/include/libwebsockets/lws-system.h:
/usr/local/include/libwebsockets/lws-metrics.h:
/usr/local/include/libwebsockets/lws-network-helper.h:
/usr/local/include/libwebsockets/lws-adopt.h:
/usr/local/include/libwebsockets/lws-retry.h:
/usr/local/include/libwebsockets/lws-state.h:
/usr/local/include/libwebsockets/lws-smd.h:
/usr/local/include/libwebsockets/lws-upng.h:
/usr/local/include/libwebsockets/lws-backtrace.h:
/usr/local/include/libwebsockets/lws-fault-injection.h:
/usr/local/include/libwebsockets/lws-map.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h:
/usr/local/include/libwebsockets/lws-logs.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/errno.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dtls1.h:
/usr/local/include/libwebsockets/lws-ssd1306-i2c.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl3.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/prov_ssl.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sslerr_legacy.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sslerr.h:
/usr/local/include/libwebsockets/lws-diskcache.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cterr.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ct.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asyncerr.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/async.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pemerr.h:
/usr/local/include/libwebsockets/lws-jws.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pem.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ocsperr.h:
/usr/local/include/libwebsockets/lws-cose.h:
/usr/local/include/libwebsockets/lws-sha1-base64.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509v3err.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509v3.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conftypes.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conf.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/http.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ocsp.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pkcs7.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509_vfy.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509err.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/err.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sha.h:
/usr/local/include/libwebsockets/lws-write.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dh.h:
/usr/local/include/libwebsockets/lws-ring.h:
/usr/local/include/libwebsockets/lws-dll2.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/objectserr.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bn.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/params.h:
/usr/local/include/libwebsockets/lws-threadpool.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/evp.h:
/usr/local/include/libwebsockets/lws-ws-ext.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/buffererr.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/pthread_impl.h:
/usr/local/include/libwebsockets/lws-ws-close.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cryptoerr_legacy.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/symhacks.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cryptoerr.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/limits.h:
/usr/local/include/libwebsockets/lws-spa.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/types.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h:
/usr/local/include/libwebsockets/lws-secure-streams-serialization.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/crypto.h:
/usr/local/include/libwebsockets/lws-timeout-timer.h:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/inttypes.h:
/usr/local/include/libwebsockets/lws-async-dns.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/configuration.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dsaerr.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h:
/usr/local/include/libwebsockets/lws-ili9341-spi.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h:
/usr/local/include/libwebsockets/lws-misc.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/qos.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/signal.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/macros.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dherr.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/core.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/poll.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/unistd.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/comp.h:
/usr/local/include/libwebsockets/lws-secure-streams-client.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/poll.h:
/usr/local/include/libwebsockets/lws-gpio.h:
/usr/local/include/libwebsockets/lws-jrpc.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h:
/usr/local/include/libwebsockets/lws-genec.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/core_dispatch.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/stack.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ec.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/evperr.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/alloca.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/comperr.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/safestack.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/opensslv.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h:
/usr/local/include/libwebsockets/lws-bb-spi.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pkcs7err.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h:
/usr/local/include/libwebsockets/lws-netdev.h:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stdint.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/hmac.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bioerr.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/time.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/tls1.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h:
/usr/local/include/libwebsockets/lws-gencrypto.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/rsa.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/lhash.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h:
/usr/local/include/libwebsockets/lws-jpeg.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h:
/usr/local/include/libwebsockets/lws-protocols-plugins.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/objects.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/buffer.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ecerr.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asn1err.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/srtp.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h:
/usr/local/include/libwebsockets/lws-genrsa.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/sched.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/opensslconf.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h:
/usr/local/include/libwebsockets/lws-vfs.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h:
/usr/local/include/libwebsockets/lws-x509.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/obj_mac.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h:
/usr/local/include/lws_config.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/string.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asn1.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/qos.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h:
/usr/local/include/libwebsockets/lws-lejp.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conferr.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dsa.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h:
minimal-http-server-form-post-file.c:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/rsaerr.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdio.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h:
/usr/local/include/libwebsockets/lws-cache-ttl.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bio.h:
/usr/local/include/libwebsockets/lws-tls-sessions.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h:
/usr/local/include/libwebsockets/lws-genhash.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/inttypes.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/strings.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bnerr.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl2.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdint.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stddef.h:
/usr/local/include/libwebsockets/lws-http.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netdb.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h:
/usr/local/include/libwebsockets/lws-purify.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/limits.h:
/usr/local/include/libwebsockets/lws-struct.h:
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/e_os2.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h:
/usr/local/include/libwebsockets/lws-secure-streams-transport-proxy.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stdarg.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h:
/usr/local/include/libwebsockets/lws-jwk.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h:
/usr/local/include/libwebsockets/lws-led.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h:
/usr/local/include/libwebsockets.h:

View File

@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for lws-minimal-http-server-form-post-file.

View File

@@ -0,0 +1,2 @@
# Empty dependencies file for lws-minimal-http-server-form-post-file.
# This may be replaced when dependencies are built.

View File

@@ -0,0 +1,12 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21
# compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
C_DEFINES =
C_INCLUDES = -I/usr/local/lib/cmake/libwebsockets/../../../include -isystem /opt/homebrew/Cellar/openssl@3/3.0.1/include -isystem /usr/local/include
C_FLAGSarm64 = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0
C_FLAGS = -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0

View File

@@ -0,0 +1 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=12.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o -o lws-minimal-http-server-form-post-file /usr/local/lib/libwebsockets.a -lm -liree_base_base /opt/homebrew/Cellar/openssl@3/3.0.1/lib/libssl.dylib /opt/homebrew/Cellar/openssl@3/3.0.1/lib/libcrypto.dylib

View File

@@ -0,0 +1,318 @@
CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o: \
/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/minimal-http-server-form-post-file.c \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stdarg.h \
/usr/local/lib/cmake/libwebsockets/../../../include/lws_config.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/appleapiopts.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/cdefs.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_symbol_aliasing.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_posix_availability.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int8_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int16_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int32_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_int64_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int8_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int16_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int32_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int64_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_intptr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uintptr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/endian.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/endian.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_endian.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/_OSByteOrder.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/libkern/arm/OSByteOrder.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stdint.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdint.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint8_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint16_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint32_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uint64_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_intmax_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types/_uintmax_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/arch.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_char.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_short.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_u_int.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_caddr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_dev_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blkcnt_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_blksize_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_gid_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_addr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_in_port_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ino64_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_key_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mode_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_nlink_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_id_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_pid_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_off_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uid_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_clock_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_size_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ssize_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_time_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_useconds_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_suseconds_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rsize_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_errno_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_def.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/Availability.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityVersions.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/AvailabilityInternal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_setsize.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_set.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_clr.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_zero.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_isset.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fd_copy.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_attr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_cond_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_condattr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutex_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_mutexattr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_once_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlock_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_rwlockattr_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_pthread/_pthread_key_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsblkcnt_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_fsfilcnt_t.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stddef.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/__stddef_max_align_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/string.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_types.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_null.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/strings.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_strings.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_common.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_string.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/wait.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/signal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/signal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/signal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_mcontext.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_mcontext.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/mach/machine/_structs.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/mach/arm/_structs.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigaltstack.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ucontext.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sigset_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/resource.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/alloca.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_ct_rune_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_rune_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_wchar_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/malloc/_malloc.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/unistd.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/unistd.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_posix_vdisable.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_seek_set.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_ctermid.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/select.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timespec.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_select.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_uuid_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/gethostuuid.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/poll.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/poll.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netdb.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_socklen_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netinet/in.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/socket.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/_param.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_param.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/net/net_kev.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_sa_family_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_iovec_t.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/netinet6/in6.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/time.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_timeval64.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/time.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/macros.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/opensslconf.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/configuration.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/opensslv.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/e_os2.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/inttypes.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/inttypes.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/comp.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/crypto.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/stdio.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/_stdio.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_va_list.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/stdio.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/secure/_stdio.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/safestack.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/stack.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/types.h \
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/machine/limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/arm/_limits.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/syslimits.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cryptoerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/symhacks.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cryptoerr_legacy.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/core.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/sched.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/pthread_impl.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/pthread/qos.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/qos.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_mach_port_t.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/comperr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bio.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bioerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/buffer.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/buffererr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/evp.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/core_dispatch.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/evperr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/params.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bn.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/bnerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/objects.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/obj_mac.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asn1.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asn1err.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/objectserr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ec.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ecerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/rsa.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/rsaerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dsa.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dh.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dherr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dsaerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sha.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509err.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509_vfy.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/lhash.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pkcs7.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pkcs7err.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ocsp.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/http.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conf.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conferr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/conftypes.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509v3.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/x509v3err.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ocsperr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pem.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/pemerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/hmac.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/async.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/asyncerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ct.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/cterr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sslerr.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/sslerr_legacy.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/prov_ssl.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl2.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/ssl3.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/tls1.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/dtls1.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/srtp.h \
/opt/homebrew/Cellar/openssl@3/3.0.1/include/openssl/err.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/errno.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/errno.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-logs.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-dll2.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-map.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-fault-injection.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-backtrace.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-timeout-timer.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-cache-ttl.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-smd.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-state.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-retry.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-adopt.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-network-helper.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-metrics.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-system.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-ws-close.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-callbacks.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-ws-state.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-ws-ext.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-protocols-plugins.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-context-vhost.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-conmon.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-client.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-http.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-spa.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-purify.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-misc.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-dsh.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-service.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-write.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-writeable.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-ring.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-sha1-base64.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-x509.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-cgi.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-vfs.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-gencrypto.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-lejp.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-lecp.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-cose.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-struct.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-threadpool.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-tokenize.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-lwsac.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-fts.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-diskcache.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-secure-streams.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-secure-streams-serialization.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-secure-streams-policy.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-secure-streams-client.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-secure-streams-transport-proxy.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-jrpc.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-async-dns.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-tls-sessions.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-genhash.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-genrsa.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-genaes.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-genec.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-jwk.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-jose.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-jws.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-jwe.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-eventlib-exports.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-i2c.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-spi.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-gpio.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-bb-i2c.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-bb-spi.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-button.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-led.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-pwm.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-upng.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-jpeg.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-display.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-dlo.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-ssd1306-i2c.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-ili9341-spi.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-settings.h \
/usr/local/lib/cmake/libwebsockets/../../../include/libwebsockets/lws-netdev.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/signal.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/fcntl.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/fcntl.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_sync.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_o_dsync.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_s_ifmt.h \
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/sys/_types/_filesec_t.h

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2

View File

@@ -0,0 +1 @@
2

78
dSHARK/CMakeLists.txt Normal file
View File

@@ -0,0 +1,78 @@
project(lws-minimal-http-server-form-post-file C)
cmake_minimum_required(VERSION 2.8.12)
find_package(libwebsockets CONFIG REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${LWS_CMAKE_DIR})
message("${LWS_CMAKE_DIR}")
message("${LIBWEBSOCKETS_DEP_LIBS}")
include(CheckCSourceCompiles)
include(LwsCheckRequirements)
set(_TRANSLATE_TOOL_EXECUTABLE $<TARGET_FILE:iree_tools_iree-translate>)
# Define arguments passed to iree-translate
set(_ARGS)
list(APPEND _ARGS "-iree-input-type=mhlo")
list(APPEND _ARGS "-iree-mlir-to-vm-bytecode-module")
list(APPEND _ARGS "-iree-hal-target-backends=cuda")
# Uncomment the line below to use vulkan-spirv backend
#list(APPEND _ARGS "-iree-hal-target-backends=vulkan-spirv")
list(APPEND _ARGS "${CMAKE_CURRENT_SOURCE_DIR}/simple_embedding_test.mlir")
list(APPEND _ARGS "-o")
list(APPEND _ARGS "simple_embedding_test_bytecode_module.vmfb")
# Translate MLIR file to VM bytecode module
add_custom_command(
OUTPUT "simple_embedding_test_bytecode_module.vmfb"
COMMAND ${_TRANSLATE_TOOL_EXECUTABLE} ${_ARGS}
DEPENDS iree_tools_iree-translate
)
#-------------------------------------------------------------------------------
# Embedd the VM bytcode module into a c file via `generate_embed_data`.
#-------------------------------------------------------------------------------
# Define arguments passed to generate_embed_data
set(_ARGS)
list(APPEND _ARGS "--output_header=simple_embedding_test_bytecode_module.h")
list(APPEND _ARGS "--output_impl=simple_embedding_test_bytecode_module.c")
list(APPEND _ARGS "--identifier=simple_embedding_test_bytecode_module")
list(APPEND _ARGS "--flatten")
list(APPEND _ARGS "simple_embedding_test_bytecode_module.vmfb")
# Embed VM bytecode module into c source file
add_custom_command(
OUTPUT
"simple_embedding_test_bytecode_module.h"
"simple_embedding_test_bytecode_module.c"
COMMAND generate_embed_data ${_ARGS}
DEPENDS generate_embed_data simple_embedding_test_bytecode_module.vmfb
)
add_library(simple_embedding_test_bytecode_module_c STATIC "")
target_sources(simple_embedding_test_bytecode_module_c
PRIVATE
simple_embedding_test_bytecode_module.c
simple_embedding_test_bytecode_module.h
)
set(SAMP lws-minimal-http-server-form-post-file)
set(SRCS minimal-http-server-form-post-file.c)
set(requirements 1)
require_lws_config(LWS_ROLE_H1 1 requirements)
require_lws_config(LWS_WITH_SERVER 1 requirements)
require_lws_config(LWS_WITH_FILE_OPS 1 requirements)
if (requirements)
add_executable(${SAMP} ${SRCS})
if (websockets_shared)
target_link_libraries(${SAMP} websockets_shared ${LIBWEBSOCKETS_DEP_LIBS} simple_embedding_test_bytecode_module_c iree_base_base iree_hal_hal iree_hal_cuda_registration_registration iree_modules_hal_hal iree_vm_vm iree_vm_bytecode_module)
add_dependencies(${SAMP} websockets_shared)
else()
target_link_libraries(${SAMP} websockets ${LIBWEBSOCKETS_DEP_LIBS} simple_embedding_test_bytecode_module_c iree_base_base iree_hal_hal iree_hal_cuda_registration_registration iree_modules_hal_hal iree_vm_vm iree_vm_bytecode_module)
endif()
else()
message("not requirements")
endif()

181
dSHARK/Makefile Normal file
View File

@@ -0,0 +1,181 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.21.4/bin/cmake
# The command to remove a file.
RM = /opt/homebrew/Cellar/cmake/3.21.4/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/nodlabs/Documents/iree-wrapper/iree-wrapper
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/nodlabs/Documents/iree-wrapper/iree-wrapper
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/opt/homebrew/Cellar/cmake/3.21.4/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/opt/homebrew/Cellar/cmake/3.21.4/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles /Users/nodlabs/Documents/iree-wrapper/iree-wrapper//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/nodlabs/Documents/iree-wrapper/iree-wrapper/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named lws-minimal-http-server-form-post-file
# Build rule for target.
lws-minimal-http-server-form-post-file: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lws-minimal-http-server-form-post-file
.PHONY : lws-minimal-http-server-form-post-file
# fast build rule for target.
lws-minimal-http-server-form-post-file/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/lws-minimal-http-server-form-post-file.dir/build.make CMakeFiles/lws-minimal-http-server-form-post-file.dir/build
.PHONY : lws-minimal-http-server-form-post-file/fast
minimal-http-server-form-post-file.o: minimal-http-server-form-post-file.c.o
.PHONY : minimal-http-server-form-post-file.o
# target to build an object file
minimal-http-server-form-post-file.c.o:
$(MAKE) $(MAKESILENT) -f CMakeFiles/lws-minimal-http-server-form-post-file.dir/build.make CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.o
.PHONY : minimal-http-server-form-post-file.c.o
minimal-http-server-form-post-file.i: minimal-http-server-form-post-file.c.i
.PHONY : minimal-http-server-form-post-file.i
# target to preprocess a source file
minimal-http-server-form-post-file.c.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles/lws-minimal-http-server-form-post-file.dir/build.make CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.i
.PHONY : minimal-http-server-form-post-file.c.i
minimal-http-server-form-post-file.s: minimal-http-server-form-post-file.c.s
.PHONY : minimal-http-server-form-post-file.s
# target to generate assembly for a file
minimal-http-server-form-post-file.c.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles/lws-minimal-http-server-form-post-file.dir/build.make CMakeFiles/lws-minimal-http-server-form-post-file.dir/minimal-http-server-form-post-file.c.s
.PHONY : minimal-http-server-form-post-file.c.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... lws-minimal-http-server-form-post-file"
@echo "... minimal-http-server-form-post-file.o"
@echo "... minimal-http-server-form-post-file.i"
@echo "... minimal-http-server-form-post-file.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -0,0 +1,49 @@
# Install script for directory: /Users/nodlabs/Documents/iree-wrapper/iree-wrapper
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/Users/nodlabs/Documents/iree-wrapper/iree-wrapper/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

View File

@@ -0,0 +1,276 @@
/*
* lws-minimal-http-server-form-post-file
*
* Written in 2010-2019 by Andy Green <andy@warmcat.com>
*
* This file is made available under the Creative Commons CC0 1.0
* Universal Public Domain Dedication.
*
* This demonstrates a minimal http server that performs POST with a couple
* of parameters and a file upload, all in multipart (mime) form mode.
* It saves the uploaded file in the current directory, dumps the parameters to
* the console log and redirects to another page.
*/
#include <libwebsockets.h>
#include "run-module.c"
#include <string.h>
#include <signal.h>
#if !defined(WIN32)
#include <unistd.h>
#endif
#include <fcntl.h>
#include <stdlib.h>
#include <errno.h>
#include <pthread.h>
/*
* Unlike ws, http is a stateless protocol. This pss only exists for the
* duration of a single http transaction. With http/1.1 keep-alive and http/2,
* that is unrelated to (shorter than) the lifetime of the network connection.
*/
struct pss {
struct lws_spa *spa; /* lws helper decodes multipart form */
char filename[128]; /* the filename of the uploaded file */
unsigned long long file_length; /* the amount of bytes uploaded */
int fd; /* fd on file being saved */
};
static int interrupted;
static const char * const param_names[] = {
"text1",
"send",
};
enum enum_param_names {
EPN_TEXT1,
EPN_SEND,
};
static int
file_upload_cb(void *data, const char *name, const char *filename,
char *buf, int len, enum lws_spa_fileupload_states state)
{
struct pss *pss = (struct pss *)data;
switch (state) {
case LWS_UFS_OPEN:
/* take a copy of the provided filename */
lws_strncpy(pss->filename, filename, sizeof(pss->filename) - 1);
/* remove any scary things like .. */
lws_filename_purify_inplace(pss->filename);
/* open a file of that name for write in the cwd */
pss->fd = lws_open(pss->filename, O_CREAT | O_TRUNC | O_RDWR, 0600);
if (pss->fd == -1) {
lwsl_notice("Failed to open output file %s\n",
pss->filename);
return 1;
}
break;
case LWS_UFS_FINAL_CONTENT:
case LWS_UFS_CONTENT:
if (len) {
int n;
pss->file_length += (unsigned int)len;
n = (int)write(pss->fd, buf, (unsigned int)len);
if (n < len) {
lwsl_notice("Problem writing file %d\n", errno);
}
}
if (state == LWS_UFS_CONTENT)
/* wasn't the last part of the file */
break;
/* the file upload is completed */
lwsl_user("%s: upload done, written %lld to %s\n", __func__,
pss->file_length, pss->filename);
close(pss->fd);
pss->fd = -1;
break;
case LWS_UFS_CLOSE:
break;
}
return 0;
}
static int
callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user,
void *in, size_t len)
{
uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], *start = &buf[LWS_PRE],
*p = start, *end = &buf[sizeof(buf) - 1];
struct pss *pss = (struct pss *)user;
int n;
switch (reason) {
case LWS_CALLBACK_HTTP:
/*
* Manually report that our form target URL exists
*
* you can also do this by adding a mount for the form URL
* to the protocol with type LWSMPRO_CALLBACK, then no need
* to trap LWS_CALLBACK_HTTP.
*/
if (!strcmp((const char *)in, "/form1"))
/* assertively allow it to exist in the URL space */
return 0;
/* default to 404-ing the URL if not mounted */
break;
case LWS_CALLBACK_HTTP_BODY:
/* create the POST argument parser if not already existing */
if (!pss->spa) {
pss->spa = lws_spa_create(wsi, param_names,
LWS_ARRAY_SIZE(param_names), 1024,
file_upload_cb, pss);
if (!pss->spa)
return -1;
}
/* let it parse the POST data */
if (lws_spa_process(pss->spa, in, (int)len))
return -1;
break;
case LWS_CALLBACK_HTTP_BODY_COMPLETION:
/* inform the spa no more payload data coming */
lws_spa_finalize(pss->spa);
/* we just dump the decoded things to the log */
for (n = 0; n < (int)LWS_ARRAY_SIZE(param_names); n++) {
if (!lws_spa_get_string(pss->spa, n))
lwsl_user("%s: undefined\n", param_names[n]);
else
lwsl_user("%s: (len %d) '%s'\n",
param_names[n],
lws_spa_get_length(pss->spa, n),
lws_spa_get_string(pss->spa, n));
}
/*
* Our response is to redirect to a static page. We could
* have generated a dynamic html page here instead.
*/
if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY,
(unsigned char *)"after-form1.html",
16, &p, end) < 0)
return -1;
break;
case LWS_CALLBACK_HTTP_DROP_PROTOCOL:
/* called when our wsi user_space is going to be destroyed */
if (pss->spa) {
lws_spa_destroy(pss->spa);
pss->spa = NULL;
}
break;
default:
break;
}
return lws_callback_http_dummy(wsi, reason, user, in, len);
}
static struct lws_protocols protocols[] = {
{ "http", callback_http, sizeof(struct pss), 0, 0, NULL, 0 },
LWS_PROTOCOL_LIST_TERM
};
/* default mount serves the URL space from ./mount-origin */
static const struct lws_http_mount mount = {
/* .mount_next */ NULL, /* linked-list "next" */
/* .mountpoint */ "/", /* mountpoint URL */
/* .origin */ "./mount-origin", /* serve from dir */
/* .def */ "index.html", /* default filename */
/* .protocol */ NULL,
/* .cgienv */ NULL,
/* .extra_mimetypes */ NULL,
/* .interpret */ NULL,
/* .cgi_timeout */ 0,
/* .cache_max_age */ 0,
/* .auth_mask */ 0,
/* .cache_reusable */ 0,
/* .cache_revalidate */ 0,
/* .cache_intermediaries */ 0,
/* .cache_no */ 0,
/* .origin_protocol */ LWSMPRO_FILE, /* files in a dir */
/* .mountpoint_len */ 1, /* char count */
/* .basic_auth_login_file */ NULL,
};
void sigint_handler(int sig)
{
interrupted = 1;
}
void *run_module_thread()
{
int x = run_module();
return NULL;
}
int main(int argc, const char **argv)
{
pthread_t thread_id;
printf("Before Thread\n");
pthread_create(&thread_id, NULL, run_module_thread, NULL);
pthread_join(thread_id, NULL);
printf("After Thread\n");
struct lws_context_creation_info info;
struct lws_context *context;
const char *p;
int n = 0, logs = LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE
/* for LLL_ verbosity above NOTICE to be built into lws,
* lws must have been configured and built with
* -DCMAKE_BUILD_TYPE=DEBUG instead of =RELEASE */
/* | LLL_INFO */ /* | LLL_PARSER */ /* | LLL_HEADER */
/* | LLL_EXT */ /* | LLL_CLIENT */ /* | LLL_LATENCY */
/* | LLL_DEBUG */;
signal(SIGINT, sigint_handler);
if ((p = lws_cmdline_option(argc, argv, "-d")))
logs = atoi(p);
lws_set_log_level(logs, NULL);
lwsl_user("LWS minimal http server POST file | visit http://localhost:7681\n");
memset(&info, 0, sizeof info); /* otherwise uninitialized garbage */
info.port = 7681;
info.protocols = protocols;
info.mounts = &mount;
info.options =
LWS_SERVER_OPTION_HTTP_HEADERS_SECURITY_BEST_PRACTICES_ENFORCE;
context = lws_create_context(&info);
if (!context) {
lwsl_err("lws init failed\n");
return 1;
}
while (n >= 0 && !interrupted)
n = lws_service(context, 0);
lws_context_destroy(context);
return 0;
}

BIN
dSHARK/mount-origin/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,9 @@
<meta charset="UTF-8">
<html>
<body>
<img src="libwebsockets.org-logo.svg"><br>
<h1>404</h1>
Sorry, that file doesn't exist.
</body>
</html>

View File

@@ -0,0 +1,14 @@
<html>
<head>
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
</head>
<body>
<img src="libwebsockets.org-logo.svg">
<img src="strict-csp.svg"><br>
Thanks for posting the form.<br>
<br>
The file you uploaded should have been saved in the current directory.
</body>
</html>

View File

@@ -0,0 +1,15 @@
<html>
<head>
<meta charset=utf-8 http-equiv="Content-Language" content="en"/>
</head>
<body>
<form name=multipart action="/form1" method="post" enctype="multipart/form-data">
Select a file to upload:
<input type="file" name="file" id="file" size="20">&nbsp;
<span id=file_info style="font-size:12pt;"></span><br>
<br>
<input type="submit" name="send" value="Submit">
</form>
</body>
</html>

185
dSHARK/run-module.c Normal file
View File

@@ -0,0 +1,185 @@
// Copyright 2021 The IREE Authors
//
// Licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// A example of setting up the HAL module to run simple pointwise array
// multiplication with the device implemented by different backends via
//_sample_driver().
//
// NOTE: this file does not properly handle error cases and will leak on
// failure. Applications that are just going to exit()/abort() on failure can
// probably get away with the same thing but really should prefer not to.
#include <stdio.h>
#include "iree/base/api.h"
#include "iree/hal/api.h"
#include "iree/modules/hal/module.h"
#include "iree/vm/api.h"
#include "iree/vm/bytecode_module.h"
#include "iree/hal/cuda/registration/driver_module.h"
#include "iree/samples/simple_embedding/simple_embedding_test_bytecode_module_cuda_c.h"
iree_status_t create_sample_device(iree_allocator_t host_allocator,
iree_hal_device_t** out_device) {
// Only register the CUDA HAL driver.
IREE_RETURN_IF_ERROR(
iree_hal_cuda_driver_module_register(iree_hal_driver_registry_default()));
// Create the HAL driver from the name.
iree_hal_driver_t* driver = NULL;
iree_string_view_t identifier = iree_make_cstring_view("cuda");
iree_status_t status = iree_hal_driver_registry_try_create_by_name(
iree_hal_driver_registry_default(), identifier, host_allocator, &driver);
// Create the default device (primary GPU).
if (iree_status_is_ok(status)) {
status = iree_hal_driver_create_default_device(driver, host_allocator,
out_device);
}
iree_hal_driver_release(driver);
return iree_ok_status();
}
const iree_const_byte_span_t load_bytecode_module_data() {
const struct iree_file_toc_t* module_file_toc =
iree_samples_simple_embedding_test_module_cuda_create();
return iree_make_const_byte_span(module_file_toc->data,
module_file_toc->size);
}
iree_status_t Run() {
// TODO(benvanik): move to instance-based registration.
IREE_RETURN_IF_ERROR(iree_hal_module_register_types());
iree_vm_instance_t* instance = NULL;
IREE_RETURN_IF_ERROR(
iree_vm_instance_create(iree_allocator_system(), &instance));
iree_hal_device_t* device = NULL;
IREE_RETURN_IF_ERROR(create_sample_device(iree_allocator_system(), &device),
"create device");
iree_vm_module_t* hal_module = NULL;
IREE_RETURN_IF_ERROR(
iree_hal_module_create(device, iree_allocator_system(), &hal_module));
// Load bytecode module from the embedded data.
const iree_const_byte_span_t module_data = load_bytecode_module_data();
iree_vm_module_t* bytecode_module = NULL;
IREE_RETURN_IF_ERROR(iree_vm_bytecode_module_create(
module_data, iree_allocator_null(), iree_allocator_system(),
&bytecode_module));
// Allocate a context that will hold the module state across invocations.
iree_vm_context_t* context = NULL;
iree_vm_module_t* modules[] = {hal_module, bytecode_module};
IREE_RETURN_IF_ERROR(iree_vm_context_create_with_modules(
instance, IREE_VM_CONTEXT_FLAG_NONE, &modules[0], IREE_ARRAYSIZE(modules),
iree_allocator_system(), &context));
iree_vm_module_release(hal_module);
iree_vm_module_release(bytecode_module);
// Lookup the entry point function.
// Note that we use the synchronous variant which operates on pure type/shape
// erased buffers.
const char kMainFunctionName[] = "module.simple_mul";
iree_vm_function_t main_function;
IREE_RETURN_IF_ERROR(iree_vm_context_resolve_function(
context, iree_make_cstring_view(kMainFunctionName), &main_function));
// Initial buffer contents for 4 * 2 = 8.
const float kFloat4[] = {4.0f, 4.0f, 4.0f, 4.0f};
const float kFloat2[] = {2.0f, 2.0f, 2.0f, 2.0f};
// Allocate buffers in device-local memory so that if the device has an
// independent address space they live on the fast side of the fence.
iree_hal_dim_t shape[1] = {IREE_ARRAYSIZE(kFloat4)};
iree_hal_buffer_view_t* arg0_buffer_view = NULL;
iree_hal_buffer_view_t* arg1_buffer_view = NULL;
IREE_RETURN_IF_ERROR(iree_hal_buffer_view_allocate_buffer(
iree_hal_device_allocator(device), shape, IREE_ARRAYSIZE(shape),
IREE_HAL_ELEMENT_TYPE_FLOAT_32, IREE_HAL_ENCODING_TYPE_DENSE_ROW_MAJOR,
IREE_HAL_MEMORY_TYPE_DEVICE_LOCAL | IREE_HAL_MEMORY_TYPE_HOST_VISIBLE,
IREE_HAL_BUFFER_USAGE_DISPATCH | IREE_HAL_BUFFER_USAGE_TRANSFER |
IREE_HAL_BUFFER_USAGE_MAPPING,
iree_make_const_byte_span(kFloat4, sizeof(kFloat4)), &arg0_buffer_view));
IREE_RETURN_IF_ERROR(iree_hal_buffer_view_allocate_buffer(
iree_hal_device_allocator(device), shape, IREE_ARRAYSIZE(shape),
IREE_HAL_ELEMENT_TYPE_FLOAT_32, IREE_HAL_ENCODING_TYPE_DENSE_ROW_MAJOR,
IREE_HAL_MEMORY_TYPE_DEVICE_LOCAL | IREE_HAL_MEMORY_TYPE_HOST_VISIBLE,
IREE_HAL_BUFFER_USAGE_DISPATCH | IREE_HAL_BUFFER_USAGE_TRANSFER |
IREE_HAL_BUFFER_USAGE_MAPPING,
iree_make_const_byte_span(kFloat2, sizeof(kFloat2)), &arg1_buffer_view));
// Setup call inputs with our buffers.
iree_vm_list_t* inputs = NULL;
IREE_RETURN_IF_ERROR(iree_vm_list_create(
/*element_type=*/NULL,
/*capacity=*/2, iree_allocator_system(), &inputs),
"can't allocate input vm list");
iree_vm_ref_t arg0_buffer_view_ref =
iree_hal_buffer_view_move_ref(arg0_buffer_view);
iree_vm_ref_t arg1_buffer_view_ref =
iree_hal_buffer_view_move_ref(arg1_buffer_view);
IREE_RETURN_IF_ERROR(
iree_vm_list_push_ref_move(inputs, &arg0_buffer_view_ref));
IREE_RETURN_IF_ERROR(
iree_vm_list_push_ref_move(inputs, &arg1_buffer_view_ref));
// Prepare outputs list to accept the results from the invocation.
// The output vm list is allocated statically.
iree_vm_list_t* outputs = NULL;
IREE_RETURN_IF_ERROR(iree_vm_list_create(
/*element_type=*/NULL,
/*capacity=*/1, iree_allocator_system(), &outputs),
"can't allocate output vm list");
// Synchronously invoke the function.
IREE_RETURN_IF_ERROR(iree_vm_invoke(
context, main_function, IREE_VM_INVOCATION_FLAG_NONE,
/*policy=*/NULL, inputs, outputs, iree_allocator_system()));
// Get the result buffers from the invocation.
iree_hal_buffer_view_t* ret_buffer_view =
(iree_hal_buffer_view_t*)iree_vm_list_get_ref_deref(
outputs, 0, iree_hal_buffer_view_get_descriptor());
if (ret_buffer_view == NULL) {
return iree_make_status(IREE_STATUS_NOT_FOUND,
"can't find return buffer view");
}
// Read back the results and ensure we got the right values.
float results[] = {0.0f, 0.0f, 0.0f, 0.0f};
IREE_RETURN_IF_ERROR(
iree_hal_buffer_read_data(iree_hal_buffer_view_buffer(ret_buffer_view), 0,
results, sizeof(results)));
for (iree_host_size_t i = 0; i < IREE_ARRAYSIZE(results); ++i) {
if (results[i] != 8.0f) {
return iree_make_status(IREE_STATUS_UNKNOWN, "result mismatches");
}
}
iree_vm_list_release(inputs);
iree_vm_list_release(outputs);
iree_hal_device_release(device);
iree_vm_context_release(context);
iree_vm_instance_release(instance);
return iree_ok_status();
}
int run_module() {
const iree_status_t result = Run();
int ret = (int)iree_status_code(result);
if (!iree_status_is_ok(result)) {
iree_status_fprint(stderr, result);
iree_status_free(result);
}
fprintf(stdout, "simple_embedding done\n");
return ret;
}

View File

@@ -0,0 +1,5 @@
func @simple_mul(%arg0: tensor<4xf32>, %arg1: tensor<4xf32>) -> tensor<4xf32>
{
%0 = "mhlo.multiply"(%arg0, %arg1) {name = "mul.1"} : (tensor<4xf32>, tensor<4xf32>) -> tensor<4xf32>
return %0 : tensor<4xf32>
}

View File

@@ -0,0 +1,46 @@
#include <stddef.h>
#include <stdint.h>
#if !defined(IREE_DATA_ALIGNAS_PTR)
#if defined(_MSC_VER)
#define IREE_DATA_ALIGNAS_PTR __declspec(align(8))
#else
#include <stdalign.h>
#define IREE_DATA_ALIGNAS_PTR alignas(alignof(void*))
#endif // _MSC_VER
#endif // !IREE_DATA_ALIGNAS_PTR
#ifndef IREE_FILE_TOC
#define IREE_FILE_TOC
#if __cplusplus
extern "C" {
#endif // __cplusplus
typedef struct iree_file_toc_t {
const char* name; // the file's original name
const char* data; // beginning of the file
size_t size; // length of the file
} iree_file_toc_t;
#if __cplusplus
}
#endif // __cplusplus
#endif // IREE_FILE_TOC
IREE_DATA_ALIGNAS_PTR static uint8_t const file_0[] = {
16,0,0,0,73,82,69,69,0,0,0,0,0,0,0,0,98,236,255,255,36,0,0,0,228,2,0,0,12,3,0,0,84,3,0,0,204,2,0,0,88,3,0,0,152,11,0,0,176,11,0,0,16,0,0,0,6,0,0,0,109,111,100,117,108,101,0,0,168,236,255,255,12,0,0,0,16,0,0,0,32,0,0,0,4,0,0,0,2,2,1,0,4,0,0,0,44,2,0,0,24,2,0,0,12,2,0,0,0,0,0,0,2,0,0,0,204,0,0,0,4,0,0,0,2,237,255,255,4,0,0,0,23,0,0,0,0,0,0,0,2,0,0,0,7,0,0,0,2,0,0,0,10,0,0,0,2,0,0,0,17,0,0,0,2,0,0,0,24,0,0,0,2,0,0,0,27,0,0,0,2,0,0,0,38,0,0,0,2,0,0,0,45,0,0,0,2,0,0,0,52,0,0,0,2,0,0,0,72,0,0,0,2,0,0,0,79,0,0,0,2,0,0,0,114,0,0,0,2,0,0,0,123,0,0,0,2,0,0,0,130,0,0,0,2,0,0,0,156,0,0,0,2,0,0,0,167,0,0,0,2,0,0,0,182,0,0,0,2,0,0,0,193,0,0,0,2,0,0,0,200,0,0,0,2,0,0,0,230,0,0,0,2,0,0,0,238,0,0,0,2,0,0,0,246,0,0,0,2,0,0,0,1,1,0,0,3,0,0,0,198,237,255,255,4,0,0,0,37,0,0,0,0,0,0,0,2,0,0,0,7,0,0,0,1,0,0,0,14,0,0,0,2,0,0,0,21,0,0,0,1,0,0,0,28,0,0,0,1,0,0,0,35,0,0,0,2,0,0,0,42,0,0,0,2,0,0,0,49,0,0,0,2,0,0,0,56,0,0,0,2,0,0,0,63,0,0,0,2,0,0,0,70,0,0,0,2,0,0,0,73,0,0,0,2,0,0,0,80,0,0,0,2,0,0,0,87,0,0,0,2,0,0,0,94,0,0,0,2,0,0,0,105,0,0,0,2,0,0,0,116,0,0,0,1,0,0,0,123,0,0,0,1,0,0,0,154,0,0,0,1,0,0,0,166,0,0,0,1,0,0,0,180,0,0,0,1,0,0,0,194,0,0,0,1,0,0,0,216,0,0,0,1,0,0,0,248,0,0,0,1,0,0,0,6,1,0,0,1,0,0,0,28,1,0,0,2,0,0,0,48,1,0,0,2,0,0,0,66,1,0,0,2,0,0,0,78,1,0,0,2,0,0,0,94,1,0,0,2,0,0,0,144,1,0,0,2,0,0,0,166,1,0,0,2,0,0,0,184,1,0,0,2,0,0,0,196,1,0,0,2,0,0,0,210,1,0,0,1,0,0,0,240,1,0,0,1,0,0,0,246,1,0,0,2,0,0,0,206,238,255,255,1,0,0,0,224,238,255,255,28,0,0,0,1,0,0,0,1,0,0,0,240,238,255,255,12,0,0,0,3,0,0,0,8,0,0,0,77,0,0,0,47,85,115,101,114,115,47,110,111,100,108,97,98,115,47,68,111,99,117,109,101,110,116,115,47,105,114,101,101,45,119,114,97,112,112,101,114,47,105,114,101,101,45,119,114,97,112,112,101,114,47,115,105,109,112,108,101,95,101,109,98,101,100,100,105,110,103,95,116,101,115,116,46,109,108,105,114,0,0,0,102,239,255,255,4,0,0,0,2,0,0,0,10,0,0,0,148,8,0,0,116,8,0,0,88,8,0,0,52,8,0,0,16,8,0,0,228,7,0,0,200,7,0,0,168,7,0,0,128,7,0,0,100,7,0,0,18,0,0,0,20,7,0,0,196,6,0,0,96,6,0,0,0,6,0,0,152,5,0,0,56,5,0,0,224,4,0,0,124,4,0,0,44,4,0,0,224,3,0,0,120,3,0,0,8,3,0,0,160,2,0,0,48,2,0,0,216,1,0,0,116,1,0,0,12,1,0,0,160,0,0,0,2,0,0,0,76,0,0,0,24,0,0,0,4,0,0,0,56,8,0,0,44,8,0,0,32,8,0,0,20,8,0,0,248,239,255,255,32,0,0,0,8,0,0,0,1,0,0,0,52,240,255,255,4,0,0,0,4,0,0,0,48,118,95,118,0,0,0,0,6,0,0,0,95,95,105,110,105,116,0,0,58,240,255,255,56,0,0,0,4,0,0,0,52,240,255,255,24,0,0,0,32,0,0,0,4,0,0,0,5,0,0,0,48,114,114,95,114,0,0,0,2,0,0,0,3,0,0,0,3,0,0,0,1,0,0,0,3,0,0,0,
10,0,0,0,115,105,109,112,108,101,95,109,117,108,0,0,134,240,255,255,64,0,0,0,4,0,0,0,128,240,255,255,28,0,0,0,40,0,0,0,4,0,0,0,8,0,0,0,48,114,105,67,114,68,95,114,0,0,0,0,3,0,0,0,6,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,8,0,0,0,28,0,0,0,104,97,108,46,101,120,101,99,117,116,97,98,108,101,95,108,97,121,111,117,116,46,99,114,101,97,116,101,0,0,0,0,238,240,255,255,68,0,0,0,4,0,0,0,232,240,255,255,28,0,0,0,44,0,0,0,4,0,0,0,9,0,0,0,48,114,114,114,67,114,68,95,114,0,0,0,4,0,0,0,6,0,0,0,9,0,0,0,9,0,0,0,8,0,0,0,1,0,0,0,7,0,0,0,21,0,0,0,104,97,108,46,101,120,101,99,117,116,97,98,108,101,46,99,114,101,97,116,101,0,0,0,82,241,255,255,64,0,0,0,4,0,0,0,76,241,255,255,24,0,0,0,36,0,0,0,4,0,0,0,7,0,0,0,48,114,114,114,95,105,105,0,3,0,0,0,6,0,0,0,9,0,0,0,9,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,104,97,108,46,100,101,118,105,99,101,46,113,117,101,114,121,46,105,51,50,0,0,0,0,178,241,255,255,52,0,0,0,4,0,0,0,172,241,255,255,24,0,0,0,28,0,0,0,4,0,0,0,4,0,0,0,48,114,95,114,0,0,0,0,1,0,0,0,6,0,0,0,1,0,0,0,1,0,0,0,20,0,0,0,104,97,108,46,100,101,118,105,99,101,46,97,108,108,111,99,97,116,111,114,0,0,0,0,6,242,255,255,64,0,0,0,4,0,0,0,0,242,255,255,28,0,0,0,40,0,0,0,4,0,0,0,9,0,0,0,48,114,105,67,105,105,68,95,114,0,0,0,3,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5,0,0,0,32,0,0,0,104,97,108,46,100,101,115,99,114,105,112,116,111,114,95,115,101,116,95,108,97,121,111,117,116,46,99,114,101,97,116,101,0,0,0,0,114,242,255,255,64,0,0,0,4,0,0,0,118,242,255,255,24,0,0,0,4,0,0,0,9,0,0,0,48,114,114,105,105,105,105,95,118,0,0,0,6,0,0,0,4,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,104,97,108,46,99,111,109,109,97,110,100,95,98,117,102,102,101,114,46,100,105,115,112,97,116,99,104,0,214,242,255,255,60,0,0,0,4,0,0,0,218,242,255,255,28,0,0,0,4,0,0,0,12,0,0,0,48,114,114,105,67,105,114,105,105,68,95,118,0,0,0,0,4,0,0,0,4,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,104,97,108,46,99,111,109,109,97,110,100,95,98,117,102,102,101,114,46,112,117,115,104,95,100,101,115,99,114,105,112,116,111,114,95,115,101,116,0,0,66,243,255,255,52,0,0,0,4,0,0,0,70,243,255,255,20,0,0,0,4,0,0,0,7,0,0,0,48,114,105,105,105,95,118,0,4,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,104,97,108,46,99,111,109,109,97,110,100,95,98,117,102,102,101,114,46,101,120,101,99,117,116,105,111,110,95,98,97,114,114,105,101,114,0,0,0,0,166,243,255,255,40,0,0,0,4,0,0,0,170,243,255,255,20,0,0,0,4,0,0,0,4,0,0,0,48,114,95,118,0,0,0,0,1,0,0,0,4,0,0,0,22,0,0,0,104,97,108,46,99,111,109,109,97,110,100,95,98,117,102,102,101,114,46,101,110,100,0,0,238,243,255,255,40,0,0,0,4,0,0,0,242,243,255,255,20,0,0,0,4,0,0,0,4,0,0,0,48,114,95,118,0,0,0,0,1,0,0,0,4,0,0,0,24,0,0,0,104,97,108,46,99,111,109,109,97,110,100,95,98,117,102,102,101,114,46,98,101,103,105,110,0,0,0,0,58,244,255,255,60,0,0,0,4,0,0,0,52,244,255,255,24,0,0,0,36,0,0,0,4,0,0,0,6,0,0,0,48,114,105,105,95,114,0,0,3,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,
4,0,0,0,25,0,0,0,104,97,108,46,99,111,109,109,97,110,100,95,98,117,102,102,101,114,46,99,114,101,97,116,101,0,0,0,154,244,255,255,52,0,0,0,4,0,0,0,148,244,255,255,24,0,0,0,28,0,0,0,4,0,0,0,4,0,0,0,48,114,95,114,0,0,0,0,1,0,0,0,3,0,0,0,1,0,0,0,2,0,0,0,22,0,0,0,104,97,108,46,98,117,102,102,101,114,95,118,105,101,119,46,98,117,102,102,101,114,0,0,238,244,255,255,60,0,0,0,4,0,0,0,242,244,255,255,24,0,0,0,4,0,0,0,10,0,0,0,48,114,114,105,105,67,105,68,95,118,0,0,5,0,0,0,3,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,104,97,108,46,98,117,102,102,101,114,95,118,105,101,119,46,97,115,115,101,114,116,0,0,74,245,255,255,68,0,0,0,4,0,0,0,68,245,255,255,28,0,0,0,44,0,0,0,4,0,0,0,9,0,0,0,48,114,105,105,67,105,68,95,114,0,0,0,4,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,0,22,0,0,0,104,97,108,46,98,117,102,102,101,114,95,118,105,101,119,46,99,114,101,97,116,101,0,0,174,245,255,255,64,0,0,0,4,0,0,0,178,245,255,255,24,0,0,0,4,0,0,0,9,0,0,0,48,114,114,114,105,105,105,95,118,0,0,0,6,0,0,0,2,0,0,0,9,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,104,97,108,46,98,117,102,102,101,114,46,97,115,115,101,114,116,0,0,0,10,246,255,255,64,0,0,0,4,0,0,0,4,246,255,255,24,0,0,0,40,0,0,0,4,0,0,0,7,0,0,0,48,114,105,105,105,95,114,0,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,22,0,0,0,104,97,108,46,97,108,108,111,99,97,116,111,114,46,97,108,108,111,99,97,116,101,0,0,106,246,255,255,44,0,0,0,4,0,0,0,110,246,255,255,20,0,0,0,4,0,0,0,5,0,0,0,48,114,114,95,118,0,0,0,2,0,0,0,6,0,0,0,4,0,0,0,22,0,0,0,104,97,108,46,101,120,46,115,117,98,109,105,116,95,97,110,100,95,119,97,105,116,0,0,182,246,255,255,40,0,0,0,4,0,0,0,204,246,255,255,20,0,0,0,4,0,0,0,4,0,0,0,48,118,95,114,0,0,0,0,1,0,0,0,6,0,0,0,20,0,0,0,104,97,108,46,101,120,46,115,104,97,114,101,100,95,100,101,118,105,99,101,0,0,0,0,14,247,255,255,4,0,0,0,10,0,0,0,33,118,109,46,98,117,102,102,101,114,0,0,38,247,255,255,4,0,0,0,22,0,0,0,33,104,97,108,46,101,120,101,99,117,116,97,98,108,101,95,108,97,121,111,117,116,0,0,74,247,255,255,4,0,0,0,15,0,0,0,33,104,97,108,46,101,120,101,99,117,116,97,98,108,101,0,102,247,255,255,4,0,0,0,11,0,0,0,33,104,97,108,46,100,101,118,105,99,101,0,126,247,255,255,4,0,0,0,26,0,0,0,33,104,97,108,46,100,101,115,99,114,105,112,116,111,114,95,115,101,116,95,108,97,121,111,117,116,0,0,166,247,255,255,4,0,0,0,19,0,0,0,33,104,97,108,46,99,111,109,109,97,110,100,95,98,117,102,102,101,114,0,198,247,255,255,4,0,0,0,16,0,0,0,33,104,97,108,46,98,117,102,102,101,114,95,118,105,101,119,0,0,0,0,230,247,255,255,4,0,0,0,11,0,0,0,33,104,97,108,46,98,117,102,102,101,114,0,254,247,255,255,4,0,0,0,14,0,0,0,33,104,97,108,46,97,108,108,111,99,97,116,111,114,0,0,26,248,255,255,4,0,0,0,3,0,0,0,105,51,50,0,52,248,255,255,188,7,0,0,60,248,255,255,160,7,0,0,68,248,255,255,124,7,0,0,76,248,255,255,92,3,0,0,2,0,0,0,0,0,0,0,48,2,0,0,14,0,7,0,48,2,0,0,8,1,0,0,6,0,4,0,56,3,0,0,9,4,0,0,0,0,0,9,32,0,0,33,1,0,9,1,0,0,0,2,0,9,16,0,0,0,3,0,
9,10,0,0,0,4,0,9,50,0,0,0,5,0,9,14,0,0,0,6,0,9,17,0,0,0,7,0,9,3,0,0,0,8,0,9,2,0,0,0,9,0,8,10,0,9,28,0,0,0,11,0,9,13,0,0,0,12,0,0,0,0,0,0,13,0,4,0,0,0,0,8,0,0,0,2,128,4,1,0,0,0,7,0,0,0,3,128,11,3,0,0,0,4,128,83,5,0,0,128,5,0,255,255,255,255,255,255,255,255,1,0,5,0,0,128,4,128,1,0,2,0,0,0,0,0,82,0,0,0,128,0,0,0,1,0,5,128,82,6,0,0,128,0,1,0,0,192,1,0,0,128,82,14,0,0,128,0,1,0,5,128,1,0,6,128,82,3,0,0,128,0,6,0,0,128,4,128,6,128,3,0,3,0,4,0,0,0,83,5,0,0,128,0,5,0,255,255,255,255,255,255,255,255,1,0,5,0,1,128,4,128,1,0,2,0,0,0,0,0,82,6,0,0,128,0,1,0,1,192,1,0,1,128,82,3,0,0,128,0,6,0,1,128,4,192,6,128,3,0,3,0,4,0,0,0,82,2,0,0,128,0,4,0,6,192,5,0,6,0,3,0,1,0,4,128,82,7,0,0,128,0,3,0,5,128,7,0,8,0,1,0,6,128,82,8,0,0,128,0,1,0,6,128,0,0,81,13,0,94,1,0,0,0,0,0,246,1,0,0,0,0,83,11,0,0,128,0,4,0,255,255,255,255,255,255,3,0,15,0,6,128,2,192,10,0,10,0,0,192,10,0,3,0,2,0,1,192,10,0,3,0,9,0,4,128,10,0,3,0,0,0,82,12,0,0,128,0,6,0,6,128,3,192,10,0,2,0,2,0,2,0,0,0,82,10,0,0,128,0,4,0,6,128,11,0,12,0,10,0,0,0,82,9,0,0,128,0,1,0,6,128,0,0,82,1,0,0,128,0,2,0,5,192,6,192,0,0,83,4,0,0,128,0,4,0,255,255,255,255,255,255,1,0,4,0,4,192,1,0,2,0,0,0,1,0,0,128,84,0,1,0,0,192,85,9,0,50,0,100,101,118,105,99,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,32,105,110,32,116,104,101,32,99,111,109,112,105,108,101,100,32,99,111,110,102,105,103,117,114,97,116,105,111,110,0,0,0,9,1,0,0,0,0,0,8,1,0,9,2,0,0,0,2,0,9,7,0,0,0,3,0,10,0,128,82,0,0,0,128,0,0,1,0,1,128,11,1,0,0,0,2,128,11,2,0,0,0,3,128,82,15,0,0,128,0,3,0,1,128,2,192,3,128,2,0,4,0,5,0,49,5,0,0,0,5,0,83,13,0,0,128,3,0,255,255,255,255,3,0,8,0,1,128,0,0,1,0,3,0,0,0,3,0,2,0,3,0,1,0,2,128,30,4,0,5,0,1,0,0,0,1,0,0,0,0,0,0,83,17,0,0,128,0,3,0,255,255,255,255,1,0,3,0,1,128,1,0,2,192,1,0,2,128,5,0,0,0,0,8,0,0,0,2,192,81,0,0,182,0,0,0,0,0,238,0,0,0,0,0,4,0,0,0,0,8,0,0,0,0,128,11,0,0,0,0,2,128,83,16,0,0,128,0,4,0,255,255,255,255,255,255,1,0,4,0,1,192,3,192,2,192,0,192,1,0,0,128,80,246,0,0,0,0,0,0,80,246,0,0,0,0,0,0,5,1,0,0,0,7,0,0,0,0,192,84,0,0,0,0,0,0,10,4,0,0,8,0,0,0,73,82,69,69,22,252,255,255,24,0,0,0,200,1,0,0,216,1,0,0,180,2,0,0,192,2,0,0,16,0,0,0,6,0,0,0,109,111,100,117,108,101,0,0,80,252,255,255,12,0,0,0,16,0,0,0,28,0,0,0,3,0,0,0,2,2,1,0,3,0,0,0,40,1,0,0,20,1,0,0,8,1,0,0,1,0,0,0,4,0,0,0,152,252,255,255,4,0,0,0,30,0,0,0,0,0,0,0,2,0,0,0,7,0,0,0,2,0,0,0,14,0,0,0,1,0,0,0,17,0,0,0,1,0,0,0,24,0,0,0,1,0,0,0,35,0,0,0,1,0,0,0,46,0,0,0,2,0,0,0,57,0,0,0,2,0,0,0,64,0,0,0,2,0,0,0,71,0,0,0,2,0,0,0,78,0,0,0,2,0,0,0,85,0,0,0,2,0,0,0,92,0,0,0,2,0,0,0,99,0,0,0,2,0,0,0,106,0,0,0,
2,0,0,0,114,0,0,0,2,0,0,0,121,0,0,0,2,0,0,0,136,0,0,0,2,0,0,0,143,0,0,0,2,0,0,0,150,0,0,0,2,0,0,0,157,0,0,0,2,0,0,0,164,0,0,0,2,0,0,0,171,0,0,0,2,0,0,0,178,0,0,0,2,0,0,0,186,0,0,0,2,0,0,0,194,0,0,0,2,0,0,0,202,0,0,0,2,0,0,0,210,0,0,0,2,0,0,0,217,0,0,0,2,0,0,0,224,0,0,0,2,0,0,0,114,253,255,255,1,0,0,0,132,253,255,255,28,0,0,0,1,0,0,0,1,0,0,0,148,253,255,255,12,0,0,0,3,0,0,0,8,0,0,0,77,0,0,0,47,85,115,101,114,115,47,110,111,100,108,97,98,115,47,68,111,99,117,109,101,110,116,115,47,105,114,101,101,45,119,114,97,112,112,101,114,47,105,114,101,101,45,119,114,97,112,112,101,114,47,115,105,109,112,108,101,95,101,109,98,101,100,100,105,110,103,95,116,101,115,116,46,109,108,105,114,0,0,0,4,0,0,0,224,0,0,0,204,0,0,0,176,0,0,0,136,0,0,0,1,0,0,0,4,0,0,0,28,254,255,255,92,0,0,0,4,0,0,0,50,254,255,255,28,0,0,0,4,0,0,0,15,0,0,0,48,114,114,114,105,105,105,105,105,105,105,105,105,95,118,0,12,0,0,0,2,0,0,0,2,0,0,0,3,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,21,0,0,0,115,105,109,112,108,101,95,109,117,108,95,100,105,115,112,97,116,99,104,95,48,0,0,0,168,254,255,255,4,0,0,0,20,0,0,0,33,118,109,46,108,105,115,116,60,33,118,109,46,98,117,102,102,101,114,62,0,0,0,0,204,254,255,255,4,0,0,0,10,0,0,0,33,118,109,46,98,117,102,102,101,114,0,0,228,254,255,255,4,0,0,0,3,0,0,0,105,51,50,0,244,254,255,255,4,0,0,0,3,0,0,0,102,51,50,0,1,0,0,0,0,0,0,0,232,0,0,0,9,0,3,0,232,0,0,0,9,4,0,0,0,1,0,9,2,0,0,0,2,0,8,3,0,9,1,0,0,0,4,0,22,2,128,3,0,2,0,0,0,0,128,22,2,128,4,0,2,0,0,0,1,128,22,2,192,2,0,2,0,0,0,2,128,36,0,0,1,0,0,0,36,6,0,1,0,2,0,35,1,0,0,0,5,0,35,2,0,4,0,6,0,34,5,0,6,0,5,0,37,5,0,2,0,5,0,36,5,0,1,0,5,0,80,114,0,0,0,0,0,0,66,3,0,5,0,6,0,81,6,0,136,0,0,0,0,0,224,0,0,0,0,0,39,3,0,1,0,6,0,37,3,0,1,0,7,0,36,7,0,2,0,7,0,34,7,0,0,0,7,0,34,6,0,7,0,6,0,36,6,0,1,0,6,0,225,176,0,128,6,0,7,0,225,176,1,128,6,0,8,0,225,36,7,0,8,0,7,0,225,177,2,128,6,0,7,0,34,3,0,4,0,3,0,80,114,0,0,0,0,0,84,0,0,0,0,0,0,0,6,0,8,0,4,0,10,0,12,0,4,0,0,0,8,0,8,0,12,0,4,0,8,0,10,0,16,0,4,0,8,0,12,0,8,0,8,0,0,0,4,0,24,0,28,0,4,0,8,0,0,0,12,0,0,0,0,0,0,0,16,0,20,0,24,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,104,97,108,46,101,120,101,99,117,116,97,98,108,101,46,102,111,114,109,97,116,0,0,0,16,0,0,0,118,109,118,120,45,98,121,116,101,99,111,100,101,45,102,98,6,0,0,0,116,101,110,115,111,114,0,0,10,0,8,0,0,0,0,0,4,0,6,0,8,0,4,0,10,0,12,0,0,0,4,0,8,0,8,0,12,0,4,0,8,0,10,0,12,0,4,0,0,0,8,0,10,0,16,0,4,0,8,0,12,0,8,0,8,0,0,0,4,0,24,0,40,0,4,0,8,0,12,0,16,0,24,0,0,0,20,0,28,0,32,0,36,0,
0,
};
static const struct iree_file_toc_t toc[] = {
{
"simple_embedding_test_bytecode_module.vmfb",
(const char*)file_0,
sizeof(file_0) - 1
},
{NULL, NULL, 0},
};
const struct iree_file_toc_t* simple_embedding_test_bytecode_module_create() {
return &toc[0];
}

View File

@@ -0,0 +1,31 @@
#pragma once
#include <stddef.h>
#include "simple_embedding_test_bytecode_module.c"
#ifndef IREE_FILE_TOC
#define IREE_FILE_TOC
#if __cplusplus
extern "C" {
#endif // __cplusplus
typedef struct iree_file_toc_t {
const char* name; // the file's original name
const char* data; // beginning of the file
size_t size; // length of the file
} iree_file_toc_t;
#if __cplusplus
}
#endif // __cplusplus
#endif // IREE_FILE_TOC
#if __cplusplus
extern "C" {
#endif // __cplusplus
const iree_file_toc_t* simple_embedding_test_bytecode_module_create();
static inline size_t simple_embedding_test_bytecode_module_size() {
return 1;
}
#if __cplusplus
}
#endif // __cplusplus

Binary file not shown.